The Thread Manager
provides a programming interface to create cooperative execution threads
in your application. These threads are cooperatively scheduled in a manner
similar to the way the Mac OS 9 Process Manager schedules applications.
Thread
Manager
This document
describes how to create cooperative threads in your application using
the Thread Manager. It contains conceptual information, programming
examples, and a complete API reference.